Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Aug 1, 2025

🤖 I have created a release beep boop

0.1.0 (2026-01-21)

⚠ BREAKING CHANGES

  • add CLI flag handling (#185)

Features

Bug Fixes

  • add lsp logging when failing to find an elixir executable (#169) (4dfba22)
  • avoid crashing when calling ActiveProjects.active?/1 (#297) (ae352b9)
  • better handling of native<->lsp conversions (#34) (88dc456)
  • bring back completions for things defined in test files (#32) (8d7a47a)
  • clamp start_char for comletion prefix (#239) (46d3446)
  • cli: show per tool version engine builds (#301) (399b2a0)
  • correctly order aliases (#322) (fb269fa)
  • Crash when typing english (#742) (697eac9), closes #741
  • Current module not identified in defimpl (#665) (29f1055)
  • disable shell sessions when fetching the PATH (#177) (78236ef)
  • do not clamp character recvd from client (#123) (1a3b843)
  • don't convert to_lsp twice in server specific messages (#190) (33bb850)
  • don't sometimes hang (5d6bcde)
  • Edge case for module loading (#738) (dbbef2c)
  • elixir path discovery (#248) (f9b119c)
  • engine_node: error reason not being shown (#277) (c7b7fa8)
  • engine: code lens exception when mix.exs not found (#281) (f9c81da)
  • engine: don't attempt search when ETS checkpoint is loading (#308) (438c965)
  • engine: handle failing build script (#188) (ce9ac22)
  • engine: resolve correct arity from inside ~H sigil (#314) (d2eacc0)
  • engine: support go to definition when function is called via MODULE (#261) (b1d5e17)
  • Erlang function calls in pipes were incorrectly formatted (#476) (92f1434), closes #475
  • Exclude expert dependencies from completions based on project dependencies (3a47058)
  • expert: print to stderr when no transport argument provided (#280) (fc841e4)
  • expert: save new configuration after workspace/didChangeConfiguration (#282) (b060d23)
  • fallback to packaged or system elixir (#300) (10262cf)
  • fix release-all command (492022f)
  • fixup namespacing and packaging (#29) (69ac8fe)
  • formatting format incorrectly when contain special character (#252) (b5b001b)
  • Function definition extractor chokes on macro functions (#682) (ccf355f), closes #680
  • give proper argument to TaskQueue.add/2 in Server.handle_message (#791) (34ee071)
  • handle spitfire crashes (#319) (ffe360c)
  • handle string ids in requests (#120) (5d6bcde)
  • include erlang source files when packaging engine (580ccc8)
  • inherited PATH pollutes project environment (#298) (8e1bb3d)
  • interpolation_ranges/1 should work for empty interpolations (#321) (3ec1810)
  • Invalid reads for requests that contain multi-byte characters (#661) (f6ca36f)
  • let the system figure out the elixir version for the project (#162) (5dacce4)
  • make sure asdf shims are in the PATH (#87) (7626f90)
  • Module suggestion was incorrect for files with multiple periods (#705) (824df66), closes #703
  • nil.struct/0 is undefined when receiving shutdown (#250) (849003e)
  • nix: use eval release command (#199) (25f80c8)
  • Non-string test names crash exunit indexer (#676) (29373d5), closes #675
  • properly log when engine fails to initialize (#244) (81e1184)
  • properly set the mix env when building expert (4caf258)
  • release: don't cd into rel directory before starting app (#268) (3b76e97)
  • remove erts from extra_applications (#202) (aa8bd84)
  • remove escape sequences from PATH in fish (#237) (b237fd5)
  • Resolve doesn't recognize zero-arg defs as functions (#606) (38a649c), closes #604
  • revert "feat: epmdless deployments (#167)" (#180) (0f66faa)
  • revert dev server (#48) (9345e31)
  • sanitize node names (#323) (7591304)
  • start projects after server is initialized (#294) (76d6cd5)
  • stop sending genlsp datastructures to engine (#31) (43d406f)
  • Stutter when completing inside string interpolations (#464) (c73b0d0), closes #462
  • support Fish shell's space-separated PATH format (#172) (9803293)
  • support mise et al on windows (#304) (3cc343f)
  • support Nushell for PATH detection (#272) (8a9fd3d)
  • trim any quotes wrapping PATH when elixir is managed by mise (#82) (d828966)
  • trim PATH returned by shell (#213) (735199d)
  • update gen_lsp to 0.11.3 (#315) (13cfee6), closes #245
  • use Calendar.UTCOnlyTimeZoneDatabase instead of project configured tz database (#324) (9e913f6)
  • use correct build directory when namespacing expert (b6540dd)
  • use dynamic registrations and start project node asynchronously (#30) (e1ce165)
  • use minimal PATH on unix instead of fully removing it (#305) (74da1a5)
  • use project directory when building engine (#203) (c5ac441)
  • utf8_prefix should take into account empty lines (#164) (16c21e0)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch from d46f74b to 0c005a0 Compare August 7, 2025 22:21
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch 6 times, most recently from 0b4eadd to d293c8e Compare August 21, 2025 23:54
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch 3 times, most recently from b6c19a5 to 1c5b3c3 Compare August 27, 2025 23:23
@github-actions github-actions bot changed the title chore(main): release 0.1.1 chore(main): release 0.2.0 Aug 28, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch 9 times, most recently from 084b246 to 8376c3a Compare September 3, 2025 01:59
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch 3 times, most recently from 3c19c6d to 39f8ff2 Compare September 7, 2025 05:23
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch from 39f8ff2 to 0ed78bf Compare September 15, 2025 02:26
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch from 0ed78bf to 299d5b1 Compare September 22, 2025 11:58
@github-actions github-actions bot changed the title chore(main): release 0.2.0 chore(main): release 0.1.0 Sep 24, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch 3 times, most recently from ff5034b to 61c150a Compare September 27, 2025 11:50
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch from e4a7679 to 715eebe Compare December 30, 2025 21:48
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch 9 times, most recently from d31eba2 to 75e59b4 Compare January 9, 2026 23:41
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch 9 times, most recently from c55c933 to b009d91 Compare January 15, 2026 15:38
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch 8 times, most recently from 1843b13 to 24f9a89 Compare January 20, 2026 22:25
@github-actions github-actions bot force-pushed the release-please--branches--main--components--expert branch from 24f9a89 to b8be039 Compare January 21, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

When file is changed outside editor, expert fails with nil document Workspace Folders

1 participant